home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 30 / q30.d81 / t.dt128 docs 18 < prev    next >
Text File  |  2022-08-28  |  10KB  |  199 lines

  1.  
  2.  Online Help Windows
  3.  -------------------
  4.  
  5.     There are two help files that should have been included with the
  6. initial set of DT128 files on LOADSTAR 128 #26.  One is a help file for the
  7. buffer utility and the other is a help file for the terminal mode.  If you
  8. go to Miscellaneous from the Main Menu then load the Help module, then you
  9. can call up either of these two help files by pressing the HELP key when in
  10. the edit buffer mode or the terminal mode.
  11.  
  12.      The two ASCII files were converted into PETASCII files for LS 128 #26,
  13. so the information was found in the "t." instructions, but in order for the
  14. files to be brought up while in the two modes, they must appear in their
  15. ASCII form.  Use any file copier -- DT128 has a good one -- to copy the two
  16. "asc." files over to your DAVE'S TERM 128 disk.
  17.  
  18.  
  19.  Spell Checker
  20.  -------------
  21.  
  22.     This utility allows you to spell check the text in the buffer.  The
  23. text in the buffer should be in ASCII codes.  All 26 letters along with the
  24. apostrophe are considered valid characters for words.
  25.  
  26.     To use this utility you must first select the "Spell Checker" option
  27. which can be found by selecting the "Print Buffer" option within the buffer
  28. menu.  Once the module has been loaded you activate it from within the
  29. buffer editor.  To do so press the F1 key, then the keypad 4.  You will
  30. then be prompted to insert the dictionary disk.  At this point you can
  31. press:
  32.  
  33.   ESCape to abort,
  34.  
  35.   RETURN to continue in interactive mode,
  36.  
  37.   SPACE BAR to continue in non-interactive mode,
  38.  
  39.   "a" to append all marked words to the dictionary.  If you failed to
  40. insert the dictionary disk, or if any files are missing the module aborts.
  41. You will see a "Device not Present" error if you access the wrong type of
  42. device, i.e. the 1581 module can only access the dictionary on a 1581. Once
  43. activated the spell checker will check every word it encounters starting at
  44. the location of the cursor.
  45.  
  46. Interactive Mode: (Press F1 Keypad 4 then press RETURN at the prompt)  If a
  47. word is not found in the dictionary you will see the prompt "Not Found
  48. (a,s,d)?".  The commands are:
  49.  
  50.   a - Adds the word to the dictionary.  Make sure the word is spelled
  51. correctly before adding it to the dictionary.
  52.  
  53.   s - Skips the word.
  54.  
  55.   d - Calls up the dictionary.  This allows you to view every word in the
  56. dictionary that begins with the same letter as the current word.  To
  57. progress to the next page press any key.  You can exit the dictionary  back
  58. to the not found prompt by pressing ESCape.
  59.  
  60. Non-Interactive Mode: (Press F1 Keypad 4 then press SPACE BAR at the
  61. prompt)  If a word is not found in the dictionary a null character (ASCII
  62. zero) is inserted after the word.  Processing then continues.  The
  63. advantage of this mode is that you do not have to keep selecting an option
  64. at each word not in the dictionary.  You can start the spell checker and
  65. let it run through the entire text without your intervention.  The null
  66. character is used to mark each word that was not found.  In addition, each
  67. repetition of a word that is not in the dictionary will be marked with a
  68. CTRL-A which will follow the word.
  69.  
  70.     Before using this mode you should do a search to make sure that there
  71. are no nulls or CTRL-A's in the buffer.  To do a search press F1 then
  72. keypad 7.  A null can be entered by pressing CTRL-@.  Then press ENTER.
  73. Then press the keypad 7.  If any nulls or CTRL-A's are found you should use
  74. the interactive mode instead.  The reason for this is that this mode
  75. inserts null and CTRL-A's.  If either of these 2 characters are in the text
  76. when you activate this mode you won't be able to tell which were inserted.
  77. When the spell check is done you should now go through the buffer and
  78. search for null characters.  The word that precedes each null character
  79. will have been marked as not found in the dictionary by the spell checker.
  80. If the word is spelled correctly you can ignore it and search for the next
  81. null.  You should leave the null character in the text if the marked word
  82. was spelled correctly.  The append option (see below) uses the nulls to
  83. determine which word(s) are to be appended to the dictionary.  If a marked
  84. word was spelled incorrectly you should do the following:
  85.  
  86.    1. Make a note of the BYTES BEG display
  87.  
  88.    2. Set the search string (F1 Keypad 7) to the misspelled word
  89.  
  90.    3. Correct the word and also delete the null character
  91.  
  92.    4. Press Keypad 7 to search for any more occurrences of the misspelled
  93. word (further occurrences will have a CTRL-A following it) and correct the
  94. word.  Delete the CTRL-A after it also.
  95.  
  96.    5. Press Keypad 6 and enter the value you noted in step 1.  This will
  97. take you back to where you were when you started with step 1.
  98.  
  99.    6. Reset the search string to a null (f1 Keypad 7 then CTRL-@ ENTER) and
  100. continue on.  Go through the entire text until you have checked each marked
  101. word and have take the appropriate action outlined above.
  102.  
  103.  Append Mode: (Press F1-Keypad 4 then press "a" at the prompt)  Append mode
  104. offers an easy way to add many words to your dictionary with a single
  105. command.  Append should only be selected after you use the Non-Interactive
  106. mode and have gone through the text.  Each word that has a null character
  107. following it will be appended to the dictionary.  After the word has been
  108. appended the null character will be deleted for you automatically.  The
  109. append function will also delete the CTRL-A's that it encounters.
  110.  
  111.     Remember, the CTRL-A's mark words that are were not found in the
  112. dictionary but were marked with a null earlier in the text.  This prevents
  113. the same new word from being appended to the dictionary more than once.
  114.  
  115.     If you use the append function all nulls and CTRL-A's will be deleted
  116. automatically.  If you do not use append you should do a search through the
  117. text for any extraneous nulls or CTRL-A's.  Any occurrences of either of
  118. these 2 characters should be removed (after you check the word they
  119. follow).
  120.  
  121.     The 1581 version of the spell checker has an extra feature which allows
  122. you to sort your dictionary files.  This is useful in interactive mode
  123. where you may call up the dictionary.  An alphabetized listing makes it
  124. easier to locate the correct spelling of a particular word.  The sort
  125. function works with any device (you can use it to sort your dictionary on a
  126. 1541, 1571, or 1581)
  127.  
  128. Notes:
  129.  
  130.     You should always activate the spell checker with the cursor at the
  131. start of a word or in between words.
  132.  
  133.     You can abort the spell checker by pressing RUN/STOP (press ESCape if
  134. you are at a prompt).
  135.  
  136.     When a word is "pulled" from the buffer it is first compared to a list
  137. of words that are contained within the module.  This list consists of the
  138. following words:
  139.  
  140. a an and as also all any at are aren't am about after again ask almost
  141. allow be by big because become but been both before better bad best being
  142. break box back bar bother busy can cause can't could come change chance
  143. cannot call choose do does did didn't doesn't don't drop decide during done
  144. drive date down define detail each ever every else except easy easier even
  145. end exact either enter exit etc for from few fun fair fill find full free
  146. fast fix field found form fact far fail feel fine go got give get getting
  147. going good guess goes given has had here have hasn't hear half haven't how
  148. hold happen help high hi her he her's he's him his i is it its it's if in
  149. isn't i'm i'll i've i'd it'll idea into just kind know knew knowing kill
  150. key keep low like likely least light list large look left leave length less
  151. lot little let lets let's late later lose led lead me my more make may much
  152. most many made must main miss mean matter move might meant map mail mind no
  153. not new need nothing never now near none our oh of on off or often okay
  154. other out only own old one over open once part prefer place pass pad put
  155. per past probably pie point perhaps page run right read red reason require
  156. ready return real rare rarely rely reach rule so some see she she's sure
  157. soon say stop sad set should step same start such save seen send side show
  158. self size slow still sometimes soft since says the to this that then them
  159. than there their they're thing these those try through too two they tell
  160. tr